home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
AppKiller 1.2
/
src
/
ak_headers.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-10
|
368 b
|
20 lines
|
[
TEXT/ALFA
]
/*
** ak_header.h
**
** all the minimum necessary headers for the application killer stuff
*/
#include <AppleEvents.h>
#include <Desk.h>
#include <Dialogs.h>
#include <Events.h>
#include <Fonts.h>
#include <GestaltEqu.h>
#include <Menus.h>
#include <OSEvents.h>
#include <QuickDraw.h>
#include <THINK.h>
#include <ToolUtils.h>
#include <Types.h>
#include <Windows.h>